home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / HyperCard Files / Trinity Demo / Trinity⁄NTS1.Demo / Trinity_NTS1.Demo / background_4791.txt < prev    next >
Encoding:
Text File  |  1987-05-06  |  2.9 KB  |  148 lines

  1. -- background: 4791 from stack: in.Demo
  2. -- bmap block id: 23050
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=10 top=40 right=66 bottom=245
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 24
  17. -- style flags: 0
  18. -- line height: 24
  19. -- part name: Book Name
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=246 top=44 right=64 bottom=504
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 18
  31. -- style flags: 0
  32. -- line height: 18
  33. -- part name: 
  34.  
  35.  
  36. -- part 4 (field)
  37. -- low flags: 01
  38. -- high flags: 0004
  39. -- rect: left=21 top=143 right=334 bottom=489
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 9
  45. -- style flags: 0
  46. -- line height: 12
  47. -- part name: Features
  48.  
  49.  
  50. -- part 5 (button)
  51. -- low flags: 00
  52. -- high flags: 8004
  53. -- rect: left=8 top=90 right=107 bottom=92
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Index
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect dissolve
  65.   go to card "New Testament Index"
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 12 (button)
  71. -- low flags: 00
  72. -- high flags: 8004
  73. -- rect: left=9 top=67 right=84 bottom=92
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Return
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual effect dissolve
  85.   doMenu Back
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 13 (button)
  91. -- low flags: 00
  92. -- high flags: 0004
  93. -- rect: left=376 top=84 right=108 bottom=410
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 1014 / 1014
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: New Button
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   visual effect dissolve
  105.   go previous card
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 14 (button)
  111. -- low flags: 00
  112. -- high flags: 0004
  113. -- rect: left=418 top=86 right=108 bottom=449
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 21700 / 21700
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: New Button
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   visual effect iris close
  125.   go home
  126. end mouseUp
  127.  
  128.  
  129.  
  130. -- part 15 (button)
  131. -- low flags: 00
  132. -- high flags: 0004
  133. -- rect: left=457 top=84 right=108 bottom=491
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 1013 / 1013
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: New Button
  142. ----- HyperTalk script -----
  143. on mouseUp
  144.   visual effect dissolve
  145.   go next card
  146. end mouseUp
  147.  
  148.